home *** CD-ROM | disk | FTP | other *** search
- object frmNodeProp: TfrmNodeProp
- Left = 309
- Top = 215
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsSingle
- Caption = 'Object properties'
- ClientHeight = 185
- ClientWidth = 294
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object lblNodeName: TLabel
- Left = 10
- Top = 19
- Width = 3
- Height = 13
- end
- object lblIcon: TLabel
- Left = 8
- Top = 54
- Width = 73
- Height = 13
- Caption = 'Tree leafs icon:'
- end
- object lblGraphSide: TLabel
- Left = 186
- Top = 54
- Width = 54
- Height = 13
- Caption = 'Graph side:'
- end
- object editNodeName: TEdit
- Left = 120
- Top = 15
- Width = 167
- Height = 21
- HelpContext = 4570
- TabOrder = 0
- OnChange = editNodeNameChange
- end
- object rbNone: TRadioButton
- Left = 186
- Top = 73
- Width = 100
- Height = 17
- HelpContext = 4590
- Caption = 'None'
- TabOrder = 1
- OnClick = editNodeNameChange
- end
- object rbLeft: TRadioButton
- Left = 186
- Top = 93
- Width = 100
- Height = 17
- HelpContext = 4590
- Caption = 'Left'
- TabOrder = 2
- OnClick = editNodeNameChange
- end
- object rbRight: TRadioButton
- Left = 186
- Top = 113
- Width = 100
- Height = 17
- HelpContext = 4590
- Caption = 'Right'
- TabOrder = 3
- OnClick = editNodeNameChange
- end
- object btnOk: TButton
- Left = 71
- Top = 156
- Width = 72
- Height = 22
- HelpContext = 49
- Caption = 'OK'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 4
- end
- object btnCancel: TButton
- Left = 151
- Top = 156
- Width = 72
- Height = 22
- HelpContext = 44
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object ComboBox: TComboBox
- Left = 8
- Top = 69
- Width = 161
- Height = 24
- HelpContext = 4580
- Style = csOwnerDrawFixed
- ItemHeight = 18
- TabOrder = 6
- OnChange = ComboBoxChange
- OnDrawItem = ComboBoxDrawItem
- end
- end
-